Labels: text | font | screenshot OCR: The macro getc( ) reads a character from the file pointed to by ifp and assigns the value to c. If the value of c is not EOF, then putc( ) is used to write c into the file pointed to by ofp. If c is a newline character, another newline character is written process continues repeatedly until an EOF is encountered. The macro getc( ) and putc( ) are defined in stdio.h.